Gets an array of resource objects that satisfy the filter criteria specified in the request body.
Post | /projects/{projectId}/resources:read |
Name | Description | Data Type |
---|---|---|
projectId | the id of the project | string |
The request body is of type object.
The response body is of type ResourcesGetResponse.
The collection of resources that satisfy the query.
ResourcesGetResponse
The results of the resources get query.
|
Fault | Description |
---|---|
404 | This fault returns a response body of type ProblemDetails. project with the given id is not registered on the system |